Welcome![Sign In][Sign Up]
Location:
Search - vc s

Search list

[Other resourceEightQueues

Description: 八皇后VC图形演 算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-eight Queen's VC graphics algorithm thinking : A Retrospective, the first one placed on a Queen's OK, Then the two firms placed on the appropriate location of an empress, followed by analogy, if eight Out filled with that found a solution. If good first section of the Queen's trip i, i-a trip to find a suitable location, this time on the trip back to the i, i section of the Queen's trip into a position and will continue to the next line. So many, find all know the solutions. Note that the algorithm to find the solution may be equivalent to the solution may be some other solution is through rotating chessboard.
Platform: | Size: 61217 | Author: duyankang | Hits:

[assembly languageasm_module

Description: 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,却在判断之前将程序指针保存在sp中了. else语句中的resume(&sp),该函数很狡猾将堆栈中的返回地址改变了,改到了sp所指出,即将程序指针改到了执行条件判断前.resume返回1,条件满足,执行if语句. save函数堆栈: eip ebp+8 s ebp+4 ebp ebp+0 resume函数堆栈与save的相同. 新建一个win32的工程,将unixc.cpp和unix.obj加入过程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.-the simulation UNIX save and resume function, and the VC on how to use the compiled class machines for the operation. main function is very simple to introduce the first two external function, extern "C" said C. named by the traditional habits. function pointer procedures will save preserved in (* s) and return 0, why are there if (save (
Platform: | Size: 6261 | Author: 摩尔 | Hits:

[Other resourcecodes_of_inside_VC++.Net

Description: VC++.NET技术内幕的源代码,相当于VC++技术内幕(第5版)而言,这是第6版。-VC.NET Technology Insider's source code, which is equivalent to VC technology Insider (Release 5), This is the first version 6.
Platform: | Size: 6221464 | Author: 周雪峰 | Hits:

[WEB CodeFunPtr

Description: 对指针的使用做测试的源码,在VC群中反应不错,拿来大家-pointer to the use of the source code testing done in the VC group response was pretty good, we used to s
Platform: | Size: 36720 | Author: minjun | Hits:

[Editormake_ssreader

Description: 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。-document outlining the composition of Example applications of each document. Example.vcproj This the application to use the wizard generated VC project's main project documents. It contains the document generation Visual C version. and the use of application guide choice of platform, configuration and information on the functions of the project. Example.cpp This is the main application source files. Forms for the show included the code. Form1.h Form category includes the realization and InitializeComponent () function. AssemblyInfo.cpp contains revised procedures for the collection of metadata from the definition of attributes.
Platform: | Size: 29731 | Author: 李楠 | Hits:

[Other resourceQQ_takepicture

Description: 静态截图的一个小程序,大家可以过来看看,挺好的。VC实现-static screenshots of a small procedure, we can look into, it's quite good. VC
Platform: | Size: 67222 | Author: 林开辉 | Hits:

[Other resourceVC_coding_experience

Description: 此 CHM 文档的内容均为 CSDN 众网友共同收集而来,由网友们于 2004 年 3 月 7 日在 www.csdn.net 网站 VC/MFC 版的非技术类论坛上正式提出整理工作的倡议,经王国凡同志(sgnaw 李逍遥)整理而成,以供大家工作学习参考之用。 我自认为是一个比较热心的人,经常帮助同学同事们解决 IT 方面的问题,有时也逛逛 CSDN。我在武汉出身,也在武汉工作三年了,希望将来能为 IT 业的发展作出贡献。整理工作虽然辛苦,但也快乐,错漏之处再所难免,如有建议或意见请联系 sgnaw@163.com -this document are CSDN the common masses collected from netizens. by netizens on March 7, 2004 in www.csdn.net website VC / MFC version of the non-technical Class Forum formal collation of the initiative, where the Kingdom's (LI sgnaw Fly) sorted out. We work for the study reference. I think it is a relatively enthusiastic, often helping students solve colleagues IT aspects, sometimes go CSDN. I Wuhan origin, Wuhan also worked for three years in the hope that the future for IT industry development. While finishing work hard, but also happy, errors and omissions is no longer inevitable. For suggestions or comments please contact sgnaw@163.com
Platform: | Size: 778434 | Author: 周学 | Hits:

[Software EngineeringHaircut

Description: 理发馆问题。基于vc的模拟试验.包括试验设计文稿。-barber's shop problem. Based on the simulation test vc. Experimental design, including manuscripts.
Platform: | Size: 33776 | Author: liuyiwen2007 | Hits:

[Windows Developrich4

Description: 一个vc写的大富翁4的源代码,开发游戏的朋友可以-one of the wealthiest vc wrote four of source code, the development of the game you can s
Platform: | Size: 7736967 | Author: ddddme | Hits:

[Windows Developsendsmtp

Description: 使用smtp发送邮件(源码) ,用vc++写的,有兴趣的朋友可以-use smtp mail (OSS), to write the vc, interested friends can s
Platform: | Size: 4066 | Author: ddddme | Hits:

[ADO-ODBCADOTestDB

Description: VC++上的封装的Ado小程序,还不错,可以-VC on the Packaging Ado small procedure was pretty good, can s
Platform: | Size: 26905 | Author: 黄仲元 | Hits:

[Otherrelink

Description: MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings] url= 允许外部链接的网站地址 以\"|\"号分开 如\"xfrog.cn|webtm.cn\" extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以\"|\"号分开 speed=50 文件下载速度 单位\"K\" 需知 因为网络环境的不同 没那么准确 thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC) / windows 2003's p1 / iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management / local computer / website / Default Web / Attribute / ISAPI Filter / add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Platform: | Size: 12438 | Author: 莫飞 | Hits:

[CommunicationM1CommLib

Description: 我自己用VC++6.0写的串口动态库,使用方便、稳定。公司产品基本上用的是这个串口类。-I write with VC 6.0 Serial DLL, easy to use and stable. Basically, the company's products are used in the serial category.
Platform: | Size: 43281 | Author: lcg | Hits:

[Other resourceSDI_Instructions

Description: 该文档为vc++和第三方软件VTK的综合开发环境的入门级宝典,介绍了开发环境的最初设置。-the document for vc VTK and third-party software integrated development environment's entry-level, the book on the initial development environment installed.
Platform: | Size: 10211 | Author: 郑雪虎 | Hits:

[Special EffectsIMGReg

Description: 图象配准的VC++代码,还可以,要的人可以-image registration VC code, but also to those who can s
Platform: | Size: 110920 | Author: 戴达 | Hits:

[Othervc_cidian

Description: VC小辞典,包含库文件的解释。适合新手使用。-VC small dictionary, contains the paper's explanation. Suitable for novice to use.
Platform: | Size: 436533 | Author: CC | Hits:

[ActiveX/DCOM/ATLdydll

Description: VC++动态链接库编程之MFC扩展 DLL源代码 VC++动态链接库编程之MFC扩展 DLL源代码-VC dynamic link library's programming MFC extension DLL source code VC DLL MFC program's expansion DLL source code VC dynamic link library's programming MFC extension DLL source code VC DLL's MFC Programming DLL extension of the source code VC dynamic link library's programming MFC extension DLL source code
Platform: | Size: 63769 | Author: yangthui | Hits:

[Develop ToolsPMP2003

Description: 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成该文件所使用的 Visual C++ 版本的信息,以及 有关在应用程序向导中选择的平台、配置和项目功能 的信息。 -This the application to use the wizard generated VC project's main project documents. It includes the formation of the document used by the Visual C version of the information, and the procedures in the application wizard choice platform, configuration and information on the functions of the project.
Platform: | Size: 11838 | Author: a | Hits:

[OS programCCMD_OCR

Description: 图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的----要价太高;自己做----难度太大。 其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一些品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。-graphic character recognition (OCR) is commonly used things. Many programmers want their own procedures embedded OCR recognition module. However, using other people's high-stakes; ---- Themselves too difficult. In fact, as early as in Microsoft Office2003 has introduced an OCR module, the Chinese have a very good support (second to the domestic brand name products). Many people may have noticed the good things, But MS_OCR VC in the interface and usage has not been any sign of disclosure.
Platform: | Size: 323986 | Author: yanghx | Hits:

[Graph programdq

Description: VC读取BMP图像源代码,因为更改过多,有点粗糙,请原谅,但仔细看还是可以的-BMP images VC read the source code, because too many changes, a bit rough, please forgive me, but a closer look at it's still
Platform: | Size: 558010 | Author: 陈明 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net